home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Resource / DLLDef next >
Text File  |  1995-08-23  |  345b  |  29 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Resource"
  6.   version 1.02
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Resource_Initialise
  14.   Resource_InitialisePath
  15.   Resource_LoadSprites
  16.   Resource__Ref_pathname
  17.   Resource__Ref_sprites
  18. }
  19.  
  20. ; --- Object files ---
  21.  
  22. objects
  23. {
  24.   o.LoadSprite
  25.   o.Pathname
  26.   o.InitPath
  27.   o.Init
  28. }
  29.